home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_08_05 / 8n05077b < prev    next >
Text File  |  1990-04-17  |  72b  |  10 lines

  1.  
  2. Listing 8:
  3. static int testcalled;
  4.  
  5. test()
  6. {
  7.     testcalled++;
  8. }
  9.  
  10.